ComponentOne ASP.NET MVC Controls
Max Property (ChartAxis<T>)

C1.Web.Mvc Namespace > ChartAxis<T> Class : Max Property
Gets or sets the maximum value shown on the axis. If not set, the maximum is calculated automatically.
Syntax
'Declaration
 
Public Property Max As Object
public object Max {get; set;}
Remarks
The value can be a number or a DateTime object (for time-based data).
See Also

Reference

ChartAxis<T> Class
ChartAxis<T> Members